home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3230 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.0 KB

  1. Path: news.cc.uic.edu!usenet
  2. From: Jim Slepicka <jslepi1@uic.edu>
  3. Newsgroups: comp.lang.c++
  4. Subject: Large arrays and DOS
  5. Date: 22 Jan 1996 22:58:59 GMT
  6. Organization: University of Illinois at Chicago
  7. Message-ID: <4e14rj$71so@tigger.cc.uic.edu>
  8. NNTP-Posting-Host: optics2.me.uic.edu
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  13.  
  14. I need to work with large 2-D integer arrays for a *DOS*
  15. image processing app.  I'm using Borland C++ v4.5 but 
  16. am a little inexperienced with some of the newer memory
  17. allocation functions such as new and delete. My arrays need
  18. to be about 500x500 in size but I just can't seem to get
  19. into my 16MB of extended memory. Is the PowerPack DOS
  20. extender necessary in this situation? If so, is there a
  21. simple way to use it? I actually have the PowerPack software
  22. but no manuals as of yet...our computer center has a site 
  23. license to copy disks but must order the docs, and they're 
  24. doggin' it. Any help or comments is appreciated!
  25.  
  26.